MIPMAPLODBIAS AVAILABLE
This command will return a value of one if the 3D device supports a lod bias factor in the mipmapping feature, otherwise zero.
Return Integer=MIPMAPLODBIAS AVAILABLE()
This command will return a value of one if the 3D device supports a lod bias factor in the mipmapping feature, otherwise zero
sync on : sync rate 60 : hide mouse:cls 0
while mouseclick()=0
set cursor 0,0
print "TEXTURE AVAILABILITY FLAGS"
print "mipmap lodbias:";mipmaplodbias available()
sync
endwhile
end
BASIC3D Commands Menu
Index